Package com.cisco.pt.ipc.sim.impl
Class BbaGroupImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.BbaGroupImpl
Information provided by the PKI file:
\class BbaGroup
\brief BbaGroup handles and manipulates Bba groups.
\example network().getDevice("Router0").getProcess("VirtualTemplateManager").getBbaGroupAt(0)
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionBbaGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:voidsetGroupName(String name) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
BbaGroupImpl
public BbaGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setGroupName
Information provided by the PKI file:
\brief Sets the Bba group name. \param name, the name for the Bba group.- Specified by:
setGroupNamein interfaceBbaGroup- Parameters:
name- Takes in a parameter of name
-
getGroupName
Information provided by the PKI file:
\brief Returns the Bba group name. \return string, the name of the Bba group.- Specified by:
getGroupNamein interfaceBbaGroup- Returns:
- String Returns a String
-
getVirtualTempInt
Information provided by the PKI file:
\brief Returns the virtual template interface. \return vInterface, the VirtualTemplateInterface object.- Specified by:
getVirtualTempIntin interfaceBbaGroup- Returns:
- VirtualTemplateInterface Returns a VirtualTemplateInterface
-